home *** CD-ROM | disk | FTP | other *** search
/ Laboratorio Interattivo Deagostini / laboratorio interattivo deagostini.bin / swf / 109.swf / scripts / DefineSprite_53 / frame_1 / PlaceObject2_38_1 / CLIPACTIONRECORD onClipEvent(enterFrame).as
Text File  |  2003-01-05  |  203b  |  7 lines

  1. onClipEvent(enterFrame){
  2.    if(this.hitTest(_root._xmouse,_root._ymouse,true) == false & _parent.popup.hitTest(_root._xmouse,_root._ymouse,true) == false)
  3.    {
  4.       _parent.gotoAndStop(1);
  5.    }
  6. }
  7.